home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / ard-switch.s < prev    next >
Text File  |  1992-01-17  |  467b  |  22 lines

  1.   # -S output
  2.     .text
  3.     .set    noat
  4.     .set    noreorder
  5.     .globl    stack_switch_and_go
  6. stack_switch_and_go:
  7.     move    $t7,$a1
  8.     move    $sp,$a0
  9.     j    $t7
  10.     nop
  11.     nop
  12.     nop
  13.     .data
  14.     .ident
  15.     .word    0x7468696e  #   1952999790     t   h   i   n 
  16.     .word    0x672e633a  #   1731093306     g   .   c   : 
  17.     .word    0x61373535  #   1631008053     a   7   5   5 
  18.     .word    0x61626662  #   1633838690     a   b   f   b 
  19.     .word    0x0a000000  #    167772160    nl  nul nul nul
  20.     .word    0
  21.   # end of assembler output
  22.